@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  outline: none;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.bg {
  background: #0077BF;
}
.c {
  color: #0077BF;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 1.25rem 0;
  border-radius: 0.25rem;
  justify-content: center;
}
.pagination > li {
  margin: 0 0.3125rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.pagination > li.active,
.pagination > li:hover {
  background: #0077BF;
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gap15 {
  gap: 0.9375rem;
}
.gap20 {
  gap: 1.25rem;
}
.gap30 {
  gap: 1.875rem;
}
.gap40 {
  gap: 2.5rem;
}
.gap50 {
  gap: 3.125rem;
}
.foot-fot {
  background: #2D3333;
  display: none;
}
.foot-fot .foota2 {
  font-size: 1rem;
  color: #fff;
}
.foot-fot .foota2 a {
  font-size: 1rem;
  color: #fff;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: #0077BF;
}
.search_more:hover::before {
  background: #0077BF;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.line6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 12.5rem;
  left: 50%;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 0.5rem 0.5rem;
}
.er-ul .er_li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
  position: relative;
}
.er-ul .er_li > a {
  color: #464646;
}
.er-ul .er_li > a:hover {
  color: #0077BF;
}
.er-ul .er_li:hover {
  color: #0077BF;
}
.er-ul .er_li:hover .san_ul {
  transform: none;
  opacity: 1;
}
.er-ul .er_li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul .er_li:last-child {
  padding-bottom: 0.625rem;
}
.er-ul .san_ul {
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  width: 12.5rem;
  background: #fff;
  border-radius: 0.5rem;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  text-align: center;
  padding: 0 0.625rem;
}
.er-ul .san_ul li a {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
  color: #464646;
}
.er-ul .san_ul li a:hover {
  color: #0077BF;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
header .nav_ul > li:hover .er-ul {
  transform: none;
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: #0077BF;
}
.searchbox {
  border-color: #0077BF;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 990px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
  width: 120px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5008px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5008px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px;
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px 10px 45px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em;
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #0077BF;
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em;
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem;
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem;
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em;
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35e;
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #0077BF;
  font: 500 1rem/1.5em;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em;
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}
.phone.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left,
.phone .right {
  width: 10%;
}
.phone .left {
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 80%;
  margin: 0 auto;
}
.phone .center img {
  height: 40px;
  width: 120px;
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: #0077BF;
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav ul li {
  position: relative;
  line-height: 40px;
  font-size: 14px;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #0077BF;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}
.sjj_nav .top .ta img {
  height: 40px;
  filter: brightness(0) invert(0.8);
  width: 120px;
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 14px;
  color: #a7a7a7;
  line-height: 35px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 16px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9008px;
  color: #EBEBEC;
  float: left;
}
.sjj_nav .bot > li .list .left a {
  color: #EBEBEC;
  font-weight: 400;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 95%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before,
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.rightfix li {
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #0074CA;
}
.rightfix li:hover .iconfont {
  background: #ec8402;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
header:hover .center ul li a,
header.active .center ul li a {
  color: #000;
}
header:hover .center ul li a::before,
header.active .center ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #0077BF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover .center ul li.active > a,
header.active .center ul li.active > a {
  color: #0077BF;
}
header:hover .center ul li.active > a::before,
header.active .center ul li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover .lanuage a,
header.active .lanuage a {
  color: #000;
}
header:hover .ds1 .iconfont,
header.active .ds1 .iconfont {
  color: #000;
}
header:hover .ds1:hover,
header.active .ds1:hover {
  cursor: pointer;
}
header:hover .logo .activelogo,
header.active .logo .activelogo {
  display: inline-block;
}
header:hover .logo .nolmarlogo,
header.active .logo .nolmarlogo {
  display: none;
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .logo img {
  height: 3.875rem;
}
header .logo .activelogo {
  display: none;
}
header .ds1 .iconfont {
  font-size: 1.75rem;
  display: block;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}
header .lanuage {
  margin-left: 3.125rem;
  display: block;
}
header .lanuage a {
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  display: flex;
  align-items: center;
}
header .lanuage a .iconfont {
  font-size: 1.5rem;
  padding-right: 0.4375rem;
}
header .lanuage a.c {
  color: #0077BF;
}
header .center > ul > li {
  float: left;
  padding: 0 1.25rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  font-size: 400;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover {
  cursor: pointer;
}
header .center > ul > li:hover > a {
  color: #0077BF;
}
header .center > ul > li:hover > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li.active > a {
  color: #0077BF;
}
header .center > ul > li.active > a::before {
  width: 100%;
  background-color: #0077BF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer {
  background: #2d3333;
}
footer .container {
  padding-top: 2.8125rem;
  padding-bottom: 3.125rem;
  background-color: #2d3333;
}
footer .container .left {
  color: #fff;
  width: 25%;
}
footer .container .left .logo {
  height: 5.8125rem;
}
footer .container .left .logo img {
  height: 100%;
  filter: brightness(0) invert(1);
}
footer .container .left .foot-contact ul li {
  display: flex;
  align-items: center;
  margin-top: 0.625rem;
}
footer .container .left .foot-contact {
  font-size: 1rem;
  margin-top: 2.5rem;
}
footer .container .left .foot-contact .tel {
  margin-bottom: 1.0625rem;
}
footer .container .left .foot-contact .tel p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
}
footer .container .left .foot-contact .tel h3 {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 700;
}
footer .container .left .foot-contact .icon {
  margin-right: 0.625rem;
  width: 2rem;
  height: 2rem;
}
footer .container .left .foot-contact p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  flex: 1;
  /* 175% */
}
footer .container .left .foot_icon {
  justify-content: start;
  margin-top: 1.375rem;
}
footer .container .left .foot_icon .icon {
  width: 2.3125rem;
  height: 2.3125rem;
  border-radius: 50%;
  border: 1px solid #9c9c9c;
  text-align: center;
  line-height: 2.3125rem;
  margin-right: 0.625rem;
}
footer .container .left .foot_icon .icon i {
  font-size: 1.25rem;
  color: #9c9c9c;
}
footer .container .right {
  width: 70%;
}
footer .container .right .footnav {
  display: flex;
  justify-content: space-between;
}
footer .container .right .footnav .tt {
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
}
footer .container .right .footnav .subfootnav {
  margin-top: 0.625rem;
}
footer .container .right .footnav .subfootnav .subfootli > a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  /* 175% */
}
footer .container .right .footnav .subfootnav .subfootli > a:hover {
  color: #fff;
}
footer .copyright {
  background-color: #252A2A;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  /* 200% */
  padding: 0.375rem 0;
  text-align: center;
}
footer .copyright a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  /* 200% */
}
footer .copyright p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  /* 200% */
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  width: 100%;
}
.banner .hover .p1 {
  font-size: 3.125rem;
  font-weight: 700;
  -webkit-text-stroke: 0.5008px rgba(255, 255, 255, 0.8);
  color: transparent;
  font-family: "Roboto";
}
.banner .hover .p2 {
  color: #FFF;
  font-size: 3.125rem;
  font-weight: 600;
}
.banner .hover .p3 {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 0.625rem;
}
.banner .hover .more {
  width: 3.5rem;
  height: 3.5rem;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 3.5rem;
  margin-top: 2.25rem;
}
.banner .hover .more i {
  color: #0077BF;
  font-size: 1rem;
  font-weight: 600;
}
.banner .hover2 {
  position: absolute;
  right: 10%;
  bottom: 3.125rem;
}
.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.banner .swiper-pagination {
  display: flex;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0077BF;
}
.banner .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.625rem;
  border: 1px solid #fff;
  opacity: unset;
  background: unset;
}
.banner .scroll {
  position: absolute;
  left: 50%;
  bottom: 3.125rem;
  transform: translateX(-50%);
  z-index: 9;
  animation: xiangxia 2s infinite;
}
@keyframes xiangxia {
  0% {
    transform: translateY(-0.625rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.625rem);
  }
}
.swiper-pagination {
  display: flex;
  justify-content: center;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.625rem;
  border: 1px solid #fff;
  opacity: unset;
  background: unset;
}
.swiper-button-next,
.swiper-button-prev {
  width: 3.375rem;
  height: 3.375rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 0.625rem #eff6fb;
  line-height: 3.375rem;
  text-align: center;
}
.swiper-button-next i,
.swiper-button-prev i {
  color: #000;
  font-weight: 600;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -6.25rem;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -6.25rem;
}
.swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  opacity: 1;
  background: unset;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0077BF;
  border: unset;
}
.all_title h3 {
  color: #000;
  font-size: 2.875rem;
  font-weight: 700;
}
.all_title p {
  -webkit-text-stroke: 1px rgba(0, 159, 233, 0.25);
  font-size: 2.75rem;
  font-weight: 700;
  color: transparent;
  font-family: "Roboto";
  line-height: 1;
  text-transform: uppercase;
}
.allmore {
  border-radius: 0.625rem;
  width: 8.75rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  border: none;
  position: relative;
}
.allmore a {
  position: relative;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  z-index: 99;
  /* 175% */
}
.allmore::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #F8F8F8;
  border-radius: 0.625rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmore::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: 0.625rem;
  background-color: #0077BF;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmore:hover::before {
  cursor: pointer;
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.allmore:hover::after {
  opacity: 1;
  cursor: pointer;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.allmore:hover a {
  color: #fff;
}
.bgf8 {
  background: #F8F8F8;
}
@keyframes action {
  100% {
    transform: rotate(0deg) translateX(20rem) rotate(0deg);
    -webkit-transform: rotate(0deg) translateX(20rem) rotate(0deg);
    -moz-transform: rotate(0deg) translateX(20rem) rotate(0deg);
    -ms-transform: rotate(0deg) translateX(20rem) rotate(0deg);
    -o-transform: rotate(0deg) translateX(20rem) rotate(0deg);
  }
  0% {
    transform: rotate(360deg) translateX(20rem) rotate(-360deg);
    -webkit-transform: rotate(360deg) translateX(20rem) rotate(-360deg);
    -moz-transform: rotate(360deg) translateX(20rem) rotate(-360deg);
    -ms-transform: rotate(360deg) translateX(20rem) rotate(-360deg);
    -o-transform: rotate(360deg) translateX(20rem) rotate(-360deg);
  }
}
.index_one {
  position: relative;
  padding-bottom: 10.625rem;
}
.index_one::after {
  content: 'IMPACT';
  -webkit-text-stroke: 1px rgba(0, 159, 233, 0.2);
  font-size: 12.5rem;
  font-weight: 700;
  color: transparent;
  font-family: "Roboto";
  position: absolute;
  right: 0;
  bottom: -1.125rem;
  line-height: 1;
}
.index_one .index_one_about .right {
  padding-left: 5.625rem;
}
.index_one .index_one_about .right .img {
  padding: 1.875rem;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  position: relative;
}
.index_one .index_one_about .right .xuanfu {
  position: absolute;
  top: 14.375rem;
  left: 14.375rem;
  background-color: #fff;
  border-radius: 50%;
  padding: 0.5rem;
  animation: action 20s linear infinite;
  -webkit-animation: action 20s linear infinite;
  animation-play-state: running;
}
.index_one .index_one_about .right .xuanfu:hover {
  cursor: pointer;
  animation-play-state: paused;
}
.index_one .index_one_about .right .xuanfu .xuanfu_bor {
  border: 1px dashed #2c3570;
  box-sizing: content-box;
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index_one .index_one_about .right .xuanfu .xuanfu_bor h3 {
  color: #0077BF;
  font-family: Inter;
  font-size: 3.5rem;
  font-weight: 700;
}
.index_one .index_one_about .right .xuanfu .xuanfu_bor p {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
.index_one .index_one_about .right .xunfu_video {
  position: absolute;
  left: 0;
  top: 70%;
  display: flex;
  padding: 0.3125rem;
  border-radius: 50%;
  background: rgba(0, 119, 191, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .index_one_about .right .xunfu_video:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.index_one .index_one_about .right .xunfu_video:hover .xunfu_video_box p {
  color: #0077BF;
}
.index_one .index_one_about .right .xunfu_video .xunfu_video_box {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  background: #0077BF;
  text-align: center;
  line-height: 4.25rem;
}
.index_one .index_one_about .right .xunfu_video .xunfu_video_box i {
  color: #fff;
  font-size: 1.875rem;
}
.index_one .index_one_about .right .xunfu_video .xunfu_video_box p {
  position: absolute;
  right: 5.25rem;
  color: #000;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  width: 6.25rem;
}
.index_one .index_one_about .left .desc {
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625rem;
  margin-top: 1.875rem;
  /* 162.5% */
}
.index_one .index_about_num {
  position: absolute;
  bottom: 7.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}
.index_one .index_about_num .index_about_num_li h3 span {
  color: #0077BF;
  font-size: 3.5rem;
  font-weight: 700;
}
.index_one .index_about_num .index_about_num_li h3 sup {
  color: #0077BF;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  top: -1.8em;
  margin-left: 0.3125rem;
  /* 162.5% */
}
.index_one .index_about_num .index_about_num_li p {
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
.index_two {
  position: relative;
}
.index_two::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20.4rem;
  background: #0077BF;
}
.index_two .top {
  display: flex;
  justify-content: space-between;
}
.index_two .top .pro_tab {
  display: flex;
  margin: 0 -0.625rem;
}
.index_two .top .pro_tab .pro_tab_li {
  width: 140px;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 1.5rem 0;
  text-align: center;
  margin: 0 0.625rem;
  position: relative;
}
.index_two .top .pro_tab .pro_tab_li::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0077BF;
  border-radius: 0.625rem;
  transform: scale(0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0;
}
.index_two .top .pro_tab .pro_tab_li .txt {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.375rem;
  position: relative;
  z-index: 99;
}
.index_two .top .pro_tab .pro_tab_li:hover,
.index_two .top .pro_tab .pro_tab_li .active {
  cursor: pointer;
}
.index_two .top .pro_tab .pro_tab_li:hover::before,
.index_two .top .pro_tab .pro_tab_li .active::before {
  transform: scale(1);
  opacity: 1;
}
.index_two .top .pro_tab .pro_tab_li:hover .img img,
.index_two .top .pro_tab .pro_tab_li .active .img img {
  filter: brightness(0) invert(1);
}
.index_two .top .pro_tab .pro_tab_li:hover .txt,
.index_two .top .pro_tab .pro_tab_li .active .txt {
  color: #fff;
}
.index_two .content {
  padding-top: 5rem;
  position: relative;
}
.index_two .content .pro_swiper {
  margin: 0 -1.25rem;
  overflow: hidden;
}
.index_two .content .pro_swiper .pro_box {
  margin: 0 1.25rem;
}
.index_two .content .pro_swiper .pro_box .over {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  background: radial-gradient(126.67% 126.67% at 50% 26.86%, #F3F3F3 0%, #8D8D8D 100%), #F3F3F3;
  height: 18.75rem;
  padding: 1.875rem 0;
  text-align: center;
}
.index_two .content .pro_swiper .pro_box .over img {
  height: 100%;
  width: auto;
}
.index_two .content .pro_swiper .pro_box .txt {
  padding: 2.125rem 1.9375rem 1.9375rem 1.5rem;
  border-radius: 0px 0px 1.25rem 1.25rem;
  background: #FFF;
}
.index_two .content .pro_swiper .pro_box .txt .tag {
  padding: 0.375rem 0.6875rem;
  border-radius: 0.25rem;
  background: #0077BF;
  display: inline-block;
  color: #FFF;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 500;
}
.index_two .content .pro_swiper .pro_box .txt p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.3125rem;
}
.index_two .content .pro_swiper .pro_box .txt h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 0.6875rem;
}
.index_two .content .pro_swiper .pro_box .txt .more {
  color: #999999;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 0.875rem;
  /* 175% */
}
.index_two .content .pro_swiper .pro_box .txt .more i {
  margin-left: 0.5rem;
}
.index_three {
  position: relative;
}
.index_three .index_case {
  display: none;
}
.index_three .index_case .left .over {
  border-radius: 0px 12.5rem 0px 0px;
  overflow: hidden;
}
.index_three .index_case .right {
  padding-top: 2.5rem;
  padding-left: 6.25rem;
}
.index_three .index_case .right .desc .title {
  display: flex;
  align-items: center;
  margin-top: 3.375rem;
}
.index_three .index_case .right .desc .title img {
  width: 3rem;
}
.index_three .index_case .right .desc .title h3 {
  color: #000;
  font-size: 2.25rem;
  font-weight: 700;
  margin-left: 0.8125rem;
}
.index_three .index_case .right .desc .txt {
  margin-top: 1.6875rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 400;
}
.index_three .index_case .right .desc .txt ul li {
  position: relative;
  padding-left: 0.9375rem;
  margin-bottom: 1rem;
}
.index_three .index_case .right .desc .txt ul li::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 10px;
  left: 0;
}
.index_three .index_case.active {
  display: block;
}
.index_three .pro_ul {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.index_three .pro_ul .pro_li {
  width: 15.625rem;
  padding: 3.75rem 0;
  text-align: center;
  background: #0077BF;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.index_three .pro_ul .pro_li::after {
  content: '';
  display: block;
  width: 100%;
  height: 97%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .pro_ul .pro_li .img img {
  filter: brightness(0) invert(1);
}
.index_three .pro_ul .pro_li .txt {
  margin-top: 0.625rem;
}
.index_three .pro_ul .pro_li .txt h2 {
  color: #FAFAFA;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
}
.index_three .pro_ul .pro_li.active {
  border-right: unset;
}
.index_three .pro_ul .pro_li.active::after {
  content: '';
  transform: scale(1);
  opacity: 1;
}
.index_three .pro_ul .pro_li.active .img {
  position: relative;
  z-index: 99;
}
.index_three .pro_ul .pro_li.active .img img {
  filter: unset;
}
.index_three .pro_ul .pro_li.active .txt {
  position: relative;
  z-index: 99;
}
.index_three .pro_ul .pro_li.active .txt h2 {
  color: #0077BF;
}
.index_four {
  background-color: #F2F7FA;
  padding-top: 3.125rem;
  padding-bottom: 9.375rem;
  background-image: url(../img/newsbg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.index_four .content {
  margin-top: 3.125rem;
}
.index_four .content .left .newsitem {
  height: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}
.index_four .content .left .newsitem a {
  height: 100%;
}
.index_four .content .left .newsitem a .over {
  height: 100%;
}
.index_four .content .left .newsitem a .over img {
  height: 100%;
  object-fit: cover;
}
.index_four .content .right .newsitem {
  display: flex;
  align-items: center;
  padding: 1.4375rem 1.4375rem 1.4375rem 1.125rem;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 59, 144, 0.1);
  margin-bottom: 1.25rem;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .content .right .newsitem::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0077BF;
  top: 0;
  left: 0;
  border-radius: 1.25rem;
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .content .right .newsitem::before {
  content: '';
  display: block;
  width: 1.625rem;
  height: 0.375rem;
  border-radius: 0.1875rem;
  background-color: #0077BF;
  position: absolute;
  left: -0.9375rem;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .content .right .newsitem .time {
  width: 25%;
  height: 100%;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 1.875rem;
}
.index_four .content .right .newsitem .time h3 {
  color: #0077BF;
  text-align: right;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.875rem;
  /* 83.333% */
}
.index_four .content .right .newsitem .time p {
  color: #0077BF;
  text-align: right;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875rem;
}
.index_four .content .right .newsitem .txt {
  padding-left: 1.875rem;
  width: 100%;
  overflow: hidden;
}
.index_four .content .right .newsitem .txt h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
}
.index_four .content .right .newsitem .txt p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.375rem;
}
.index_four .content .right .newsitem:nth-child(3) {
  margin-bottom: 0;
}
.index_four .content .right .newsitem:hover {
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .content .right .newsitem:hover::after {
  transform: scale(1);
  opacity: 1;
}
.index_four .content .right .newsitem:hover::before {
  content: '';
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .content .right .newsitem:hover .time {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 99;
}
.index_four .content .right .newsitem:hover .time h3,
.index_four .content .right .newsitem:hover .time p {
  color: #fff;
}
.index_four .content .right .newsitem:hover .txt {
  position: relative;
  z-index: 99;
}
.index_four .content .right .newsitem:hover .txt h3,
.index_four .content .right .newsitem:hover .txt p {
  color: #fff;
}
.neibanner {
  position: relative;
  height: 65vh;
  overflow: hidden;
}
.neibanner .img {
  width: 100%;
  height: 65vh;
  object-fit: cover;
}
.neibanner .img img {
  width: 100%;
  height: 65vh;
  object-fit: cover;
}
.neibanner .neibanner-txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.neibanner .neibanner-txt h3 {
  color: #FFF;
  font-size: 3.125rem;
  font-weight: 700;
}
.neibanner .neibanner-txt p {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  font-size: 2.75rem;
  font-weight: 700;
  color: transparent;
  font-family: "Roboto";
  line-height: 1;
  text-transform: uppercase;
}
.neibanner .mbxdh {
  position: absolute;
  bottom: 2.5rem;
}
.neibanner .mbxdh .ajhhsd {
  padding: 0;
}
.neibanner .mbxdh .ajhhsd a,
.neibanner .mbxdh .ajhhsd span {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
}
.c_product_content .c_pro_con {
  display: flex;
}
.c_product_content .c_pro_con .pro_left {
  width: 25%;
  border-right: 1px solid rgba(0, 119, 191, 0.2);
  background: #F2F7FA;
  padding: 2.5rem 1.875rem;
}
.c_product_content .c_pro_con .pro_left .menu_box {
  position: sticky;
  top: 7.5rem;
}
.c_product_content .c_pro_con .pro_left .title {
  color: #000;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.75rem;
  /* 107.692% */
}
.c_product_content .c_pro_con .pro_left .one_tab .active.one_tab_li > a {
  border-radius: 2rem;
  background: #FFF;
}
.c_product_content .c_pro_con .pro_left .one_tab .active.one_tab_li > a .iconfont {
  transform: rotate(180deg);
}
.c_product_content .c_pro_con .pro_left .one_tab .one_tab_li {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  /* 277.778% */
}
.c_product_content .c_pro_con .pro_left .one_tab .one_tab_li a {
  padding: 0.9375rem 3.4375rem;
}
.c_product_content .c_pro_con .pro_left .one_tab .one_tab_li .iconfont {
  float: right;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.c_product_content .c_pro_con .pro_left .one_tab .one_tab_li:hover {
  cursor: pointer;
}
.c_product_content .c_pro_con .pro_left .one_tab .one_tab_li:hover a {
  color: #0077BF;
}
.c_product_content .c_pro_con .pro_left .one_tab .one_tab_li .two_tab {
  display: none;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.c_product_content .c_pro_con .pro_left .one_tab .one_tab_li .two_tab .two_tab_li {
  /* 312.5% */
}
.c_product_content .c_pro_con .pro_left .one_tab .one_tab_li .two_tab .two_tab_li > a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
}
.c_product_content .c_pro_con .pro_left .one_tab .one_tab_li .two_tab .two_tab_li:hover {
  cursor: pointer;
}
.c_product_content .c_pro_con .pro_left .one_tab .one_tab_li .two_tab .two_tab_li:hover > a {
  color: #0077BF;
  position: relative;
  font-weight: 500;
}
.c_product_content .c_pro_con .pro_left .one_tab .one_tab_li .two_tab .two_tab_li:hover > a::before {
  content: '';
  display: block;
  width: 1.5625rem;
  height: 0.5625rem;
  background-image: url('../img/projiantou.svg');
  background-size: 100%;
  position: absolute;
  right: 3.75rem;
  top: 30%;
}
.c_product_content .c_pro_con .pro_left .one_tab .one_tab_li .two_tab .two_tab_li:hover .three_tab {
  display: block;
}
.c_product_content .c_pro_con .pro_left .one_tab .one_tab_li .two_tab .three_tab {
  padding-left: 1.25rem;
  display: none;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.c_product_content .c_pro_con .pro_left .one_tab .one_tab_li .two_tab .three_tab .three_tab_li > a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5rem;
  position: relative;
}
.c_product_content .c_pro_con .pro_left .one_tab .one_tab_li .two_tab .three_tab .three_tab_li > a::before {
  content: '';
  display: block;
  position: absolute;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 1.375rem;
  left: 2.5rem;
}
.c_product_content .c_pro_con .pro_left .one_tab .one_tab_li .two_tab .three_tab .three_tab_li > a:hover {
  cursor: pointer;
  color: #0077BF;
}
.c_product_content .c_pro_con .pro_left .one_tab .one_tab_li .two_tab .three_tab .three_tab_li > a:hover::before {
  background-color: #0077BF;
}
.c_product_content .c_pro_con .pro_left .one_tab .one_tab_li .two_tab.active {
  display: block;
}
.c_product_content .c_pro_con .pro_right {
  width: 75%;
  padding-left: 3.75rem;
  padding-top: 5rem;
}
.c_product_content .c_pro_con .pro_right .pro_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem;
  margin-top: 2.75rem;
}
.c_product_content .c_pro_con .pro_right .pro_content .pro_item {
  border-radius: 1.25rem;
  background: #F8F8F8;
}
.c_product_content .c_pro_con .pro_right .pro_content .pro_item .over {
  padding: 2.375rem 0 1.25rem;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  overflow: hidden;
  height: 18.75rem;
  text-align: center;
  box-sizing: border-box;
}
.c_product_content .c_pro_con .pro_right .pro_content .pro_item .over img {
  height: 100%;
  width: auto;
}
.c_product_content .c_pro_con .pro_right .pro_content .pro_item .desc {
  padding: 1.25rem 1.4375rem 2.5rem;
}
.c_product_content .c_pro_con .pro_right .pro_content .pro_item .desc .tag {
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.25rem;
  background: #0077BF;
  display: inline-block;
  padding: 0.375rem 0.6875rem 0.3125rem;
}
.c_product_content .c_pro_con .pro_right .pro_content .pro_item .desc h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 1.5625rem;
  min-height: 2.5rem;
}
.c_product_content .c_pro_con .pro_right .pro_content .pro_item .desc .more {
  color: #959595;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  /* 175% */
}
.pro_ban {
  position: relative;
}
.pro_ban .container {
  position: absolute;
  top: 6.25rem;
}
.pro_ban .container .ajhhsd {
  color: #FFFDFD;
  font-size: 1rem;
  font-weight: 400;
}
.pro_ban .container .ajhhsd a {
  color: #FFFDFD;
  font-size: 1rem;
  font-weight: 400;
}
.pro_ban .container .row {
  align-items: center;
}
.pro_ban .container .row .left .desc {
  padding-right: 3.75rem;
}
.pro_ban .container .row .left .desc .tag {
  border-radius: 0.25rem;
  background: #0077BF;
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 700;
  display: inline-block;
  padding: 0.25rem 1.0625rem;
}
.pro_ban .container .row .left .desc h3 {
  color: #FFF;
  font-size: 2.125rem;
  font-weight: 700;
  margin-top: 0.625rem;
}
.pro_ban .container .row .left .desc .txt {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  max-height: 6.25rem;
  overflow-x: auto;
  margin-top: 10px;
}
.pro_ban .container .row .left .desc .txt::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: #c9c9c9;
  width: 4px;
  height: 164px;
  position: absolute;
}
.pro_ban .container .row .left .desc .txt::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.pro_ban .container .row .left .desc .txt::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #1f2758;
}
.pro_ban .container .row .left .desc .bottom {
  display: flex;
  align-items: center;
  margin-top: 4.375rem;
}
.pro_ban .container .row .left .desc .bottom .ljlx {
  border-radius: 0.625rem;
  border: 1px solid #FFF;
  padding: 0.625rem 1.75rem;
}
.pro_ban .container .row .left .desc .bottom .ljlx a {
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  /* 175% */
}
.pro_ban .container .row .left .desc .bottom .tel {
  margin-left: 2.8125rem;
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 700;
  vertical-align: middle;
}
.pro_ban .container .row .left .desc .bottom .tel img {
  width: 1.875rem;
}
.pro_ban .container .row .right .over {
  width: 100%;
  height: 30rem;
  padding: 1.875rem 0;
  text-align: center;
}
.pro_ban .container .row .right .over img {
  width: auto;
  height: 100%;
}
.pro_show_one {
  padding-top: 5.5rem;
  padding-bottom: 6.25rem;
}
.pro_show_params {
  background: #F8F8F8;
}
.pro_show_params .proshowcon {
  margin-top: 1.875rem;
}
.pro_show_params .proshowcon ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pro_show_params .proshowcon ul li {
  width: 48%;
  margin-top: 1.25rem;
}
.pro_show_params .proshowcon ul li h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.5rem;
  position: relative;
  padding-left: 0.9375rem;
}
.pro_show_params .proshowcon ul li h3::before {
  content: ' ';
  display: inline-block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #0077BF;
  position: absolute;
  left: 0;
  top: 0.9375rem;
}
.pro_show_params .proshowcon ul li p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  /* 250% */
}
.pro_show_two {
  padding: 6.25rem 0 5rem;
}
.pro_show_two .row {
  align-items: center;
}
.pro_show_two .row .left {
  padding-right: 3.4375rem;
}
.pro_show_two .row .left .swipershowtwo {
  padding-bottom: 3.75rem;
  overflow: hidden;
}
.pro_show_two .row .left .swiper-pagination-bullet {
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
}
.pro_show_two .row .left .swiper-pagination-bullet-active {
  border: unset !important;
}
.pro_show_two .row .left .swiperbox {
  border-radius: 1.25rem;
  background: #FFF;
}
.pro_show_two .row .left .swiperbox .over {
  padding: 2.5rem 5.25rem 1.25rem;
  height: 25rem;
  text-align: center;
}
.pro_show_two .row .left .swiperbox .over img {
  height: 100%;
  object-fit: contain;
}
.pro_show_two .row .left .swiperbox .txt {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  padding: 2.5rem 0;
}
.pro_show_two .row .right {
  padding-left: 5rem;
}
.pro_show_two .row .right .desc .p1 {
  color: #0077BF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.5rem;
  padding-left: 1.25rem;
  position: relative;
  margin-top: 0.625rem;
  /* 222.222% */
}
.pro_show_two .row .right .desc .p1::before {
  content: ' ';
  display: inline-block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #0077BF;
  position: absolute;
  left: 0;
  top: 0.9375rem;
}
.pro_show_two .row .right .desc p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
}
.pro_show_two .swiper-container-horizontal > .swiper-pagination-bullets,
.pro_show_two .swiper-pagination-custom,
.pro_show_two .swiper-pagination-fraction {
  justify-content: center;
}
.pro_show_three {
  padding-bottom: 6.25rem;
}
.pro_show_three .proshowthree {
  margin: 3.125rem -1.25rem 0;
  padding-bottom: 4.375rem;
  overflow: hidden;
}
.pro_show_three .proshowthree .pro_show_t_item {
  padding: 0 1.25rem;
}
.pro_show_three .proshowthree .pro_show_t_item .t_item {
  height: 17rem;
  border-radius: 2rem;
  border: 1px solid #EDEDED;
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(218, 216, 216, 0.25);
  padding: 2.5rem 1.875rem;
  position: relative;
  z-index: 99;
}
.pro_show_three .proshowthree .pro_show_t_item .t_item h3 {
  color: #0077BF;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 1.0625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.pro_show_three .proshowthree .pro_show_t_item .t_item h3::after {
  content: '';
  display: block;
  width: 2.1875rem;
  height: 0.125rem;
  background-color: #0077BF;
  position: absolute;
  bottom: 0;
  left: 1.25rem;
  transform: translateX(-50%);
}
.pro_show_three .proshowthree .pro_show_t_item .t_item p {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 1.125rem;
  padding-top: 1.5625rem;
  text-align: justify;
  /* 175% */
}
.pro_show_three .proshowcon {
  margin-top: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pro_show_three .proshowcon .pro_show_t_item {
  width: 48%;
}
.pro_show_three .proshowcon .pro_show_t_item .t_item {
  margin-top: 1.25rem;
}
.pro_show_three .proshowcon .pro_show_t_item .t_item h3 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.5rem;
  position: relative;
  padding-left: 0.9375rem;
}
.pro_show_three .proshowcon .pro_show_t_item .t_item h3::before {
  content: ' ';
  display: inline-block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #0077BF;
  position: absolute;
  left: 0;
  top: 0.9375rem;
}
.pro_show_three .proshowcon .pro_show_t_item .t_item p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  /* 250% */
}
.pro_show_appli {
  padding-top: 4.375rem;
  padding-bottom: 3.125rem;
}
.pro_show_appli .content {
  overflow: hidden;
  margin: 1.875rem -1.25rem 0;
  padding-bottom: 4.375rem;
}
.pro_show_appli .content .appli_slide {
  margin: 0 1.25rem;
  border-radius: 1.25rem;
  background: #FFF;
  height: 100%;
  overflow: hidden;
  box-shadow: 0px 4px 1.25rem 0px rgba(0, 0, 0, 0.06);
}
.pro_show_appli .content .appli_slide .over {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}
.pro_show_appli .content .appli_slide .txt {
  padding: 1.25rem 0.9375rem;
  height: 13.75rem;
}
.pro_show_appli .content .appli_slide .txt h3 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
}
.pro_show_appli .content .appli_slide .txt p {
  color: #000;
  font-size: 1rem;
  margin-top: 0.625rem;
}
.pro_show_appli .content .appli_slide .txt ul {
  margin-top: 0.4375rem;
}
.pro_show_appli .content .appli_slide .txt ul li {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  position: relative;
  padding-left: 0.625rem;
}
.pro_show_appli .content .appli_slide .txt ul li::before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0.75rem;
  left: 0;
}
.service_content .service_con {
  border-radius: 1.25rem;
  overflow: hidden;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  margin-top: 3.75rem;
}
.service_content .service_con .left {
  width: 52%;
  padding: 0 5rem 0 3.75rem;
}
.service_content .service_con .left .desc h3 {
  color: #000;
  font-size: 2.25rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 0.75rem;
}
.service_content .service_con .left .desc h3::before {
  content: '';
  display: block;
  width: 4.375rem;
  height: 0.1875rem;
  background: #0077BF;
  position: absolute;
  bottom: 0;
}
.service_content .service_con .left .desc p {
  margin-top: 1.625rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
.service_content .service_con .right {
  width: 48%;
}
.service_content .service_con:nth-child(even) .left {
  order: 2;
  padding: 0 4.0625rem 0 5rem;
}
.all_channel {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.all_channel .all_channel_li {
  text-align: center;
  flex: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  position: relative;
}
.all_channel .all_channel_li .flexz {
  display: flex;
  align-items: center;
  justify-content: center;
}
.all_channel .all_channel_li::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #0077BF;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.5);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0;
}
.all_channel .all_channel_li .img {
  margin-right: 0.625rem;
  position: relative;
  z-index: 99;
}
.all_channel .all_channel_li a {
  width: 100%;
  height: 100%;
  padding: 2.25rem 0;
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  position: relative;
  z-index: 99;
}
.all_channel .all_channel_li:nth-child(1) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.all_channel .all_channel_li:hover {
  cursor: pointer;
}
.all_channel .all_channel_li:hover::before {
  transform: scale(1);
  opacity: 1;
}
.all_channel .all_channel_li:hover .img img {
  filter: brightness(0) invert(1);
}
.all_channel .all_channel_li:hover a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.all_channel .all_channel_li.active {
  background-color: #0077BF;
}
.all_channel .all_channel_li.active .img img {
  filter: brightness(0) invert(1);
}
.all_channel .all_channel_li.active a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.all_pro_channel {
  position: sticky;
  top: 6.25rem;
  z-index: 99;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.all_pro_channel .all_pro_li a {
  padding: 1.875rem 0;
}
.list_wenxian {
  padding-bottom: 5.375rem;
  background-color: #F2F7FA;
}
.list_wenxian .list_wenxian_box {
  margin-top: 2.4375rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}
.list_wenxian .list_wenxian_box .list_wenxian_item {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 2.625rem 1.875rem 3.0625rem 2.375rem;
  position: relative;
}
.list_wenxian .list_wenxian_box .list_wenxian_item h3 {
  position: relative;
  z-index: 99;
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
}
.list_wenxian .list_wenxian_box .list_wenxian_item p {
  position: relative;
  z-index: 99;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.6875rem;
}
.list_wenxian .list_wenxian_box .list_wenxian_item .more {
  margin-top: 2rem;
  position: relative;
  z-index: 99;
}
.list_wenxian .list_wenxian_box .list_wenxian_item .more a {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  /* 175% */
}
.list_wenxian .list_wenxian_box .list_wenxian_item::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../img/wxicon.png');
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.5);
  opacity: 0;
  z-index: 1;
  border-radius: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_wenxian .list_wenxian_box .list_wenxian_item:hover {
  cursor: pointer;
}
.list_wenxian .list_wenxian_box .list_wenxian_item:hover::before {
  transform: scale(1);
  opacity: 1;
}
.list_wenxian .list_wenxian_box .list_wenxian_item:hover h3,
.list_wenxian .list_wenxian_box .list_wenxian_item:hover p {
  color: #fff;
}
.list_wenxian .list_wenxian_box .list_wenxian_item:hover .more a {
  color: #fff;
}
.show_case_one {
  padding-top: 4.375rem;
  padding-bottom: 4rem;
}
.show_case_one h2 {
  color: #000;
  font-size: 2.875rem;
  font-weight: 700;
  text-align: center;
}
.show_case_one .show_case_box {
  display: flex;
  align-items: center;
  margin-top: 3.5rem;
}
.show_case_one .show_case_box .left {
  width: 35%;
  padding-right: 6.25rem;
}
.show_case_one .show_case_box .right {
  width: 60%;
}
.show_case_one .show_case_box .right .txt {
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  /* 155.556% */
}
.show_case_one .content .list_sh_box {
  margin-top: 4.0625rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
.show_case_one .content .list_sh_box .list_sh_i {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 0.625rem 1.25rem 0px rgba(0, 119, 191, 0.1);
  height: 22.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.show_case_one .content .list_sh_box .list_sh_i .img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_case_one .content .list_sh_box .list_sh_i .img:hover {
  cursor: pointer;
  transform: rotateY(180deg);
}
.show_case_one .content .list_sh_box .list_sh_i .txt {
  height: 6.25rem;
  margin-top: 1.875rem;
}
.show_case_one .content .list_sh_box .list_sh_i .txt p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  font-weight: 400;
}
.show_case_one .content .list_sh_box .list_sh_i .txt h4 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0.625rem 0;
}
.show_case_two {
  padding-top: 4.1875rem;
  padding-bottom: 4.375rem;
  background: #F2F7FA;
}
.show_case_two h4 {
  color: #000;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  /* 77.778% */
}
.show_case_two > p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  /* 155.556% */
}
.show_case_two .borbg {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 2.9375rem 0.9375rem;
}
.show_case_two .content {
  margin-top: 2.0625rem;
  border-radius: 1.25rem;
  background: #FFF;
  padding: 3.125rem;
}
.show_case_two .content .row {
  align-items: center;
}
.show_case_two .content .row .over {
  padding: 1.25rem;
}
.show_case_two .content .row .bor {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.show_case_two .caseswiper {
  margin: 3.125rem -2.1875rem 0;
  padding-bottom: 4.375rem;
}
.show_case_two .caseswiper .caseslide {
  margin: 0 2.1875rem;
}
.bor20 {
  border-radius: 1.25rem;
  overflow: hidden;
}
.show_case_three {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
.show_case_three .right {
  padding-left: 5.625rem;
}
.show_case_three .right .desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.show_case_three .right .desc p {
  padding-left: 0.9375rem;
  position: relative;
}
.show_case_three .right .desc p::before {
  content: ' ';
  display: inline-block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #0077BF;
  position: absolute;
  left: 0;
  top: 0.625rem;
}
.show_case_one .right .desc h4 {
  color: #0077BF;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 1.25rem;
}
.show_case_one .right .desc p {
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 0.625rem;
}
.show_case_one .right .desc ul {
  margin-top: 1.125rem;
}
.show_case_one .right .desc ul li {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  position: relative;
  padding-left: 0.625rem;
}
.show_case_one .right .desc ul li::before {
  content: '';
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #0077BF;
  position: absolute;
  left: 0;
  top: 0.625rem;
}
.list_service_show {
  padding-top: 6.75rem;
  padding-bottom: 5.875rem;
}
.list_service_show .title {
  color: #000;
  font-size: 2.875rem;
  font-weight: 700;
  text-align: center;
}
.list_service_show .desc h4 {
  color: #0077BF;
  font-size: 1.625rem;
  font-weight: 700;
  margin-top: 3.0625rem;
}
.list_service_show .desc p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.125rem;
  /* 155.556% */
}
.list_service_show .desc ul {
  margin-top: 1.125rem;
}
.list_service_show .desc ul li {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  position: relative;
  padding-left: 0.625rem;
}
.list_service_show .desc ul li::before {
  content: '';
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0.625rem;
}
.list_service_tx {
  padding-top: 7.25rem;
  padding-bottom: 9.0625rem;
  background: #F2F7FA;
}
.list_service_tx .content .text {
  padding: 1.5rem 0;
  text-align: center;
  border-radius: 1.25rem;
  box-shadow: 0px 4px 6px 0px rgba(0, 119, 191, 0.1);
  margin-bottom: 1.25rem;
}
.list_service_tx .content .text p {
  color: #FFF;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 700;
}
.list_service_tx .content .blue {
  background: #0077BF;
}
.list_service_tx .content .zi {
  background: #2C3570;
}
.list_service_tx .content .bgfz {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 4px 6px 0px rgba(44, 53, 112, 0.1);
  padding: 1.875rem 0;
  color: #2C3570;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.list_service_tx .content .bgfb {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 4px 6px 0px rgba(44, 53, 112, 0.1);
  padding: 1.875rem 0;
  color: #0077BF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.bg2C {
  background: #2C3570;
}
.bg2C .swiper-pagination-bullet {
  border: 1px solid #ffffff;
}
.bg2C .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.all_title.w h3 {
  color: #fff;
}
.all_title.w p {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
}
.show_case_xgcp {
  padding-top: 4.375rem;
  padding-bottom: 3.75rem;
}
.show_case_xgcp .content {
  overflow: hidden;
}
.show_case_xgcp .content .caseswiper {
  margin: 2.1875rem -1.25rem 0;
  padding-bottom: 4.375rem;
}
.show_case_xgcp .content .pro_item {
  margin: 0 1.25rem;
  border-radius: 1.25rem;
  background: #F8F8F8;
}
.show_case_xgcp .content .pro_item .over {
  padding: 2.375rem 0 1.25rem;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  overflow: hidden;
  height: 18.75rem;
  text-align: center;
  box-sizing: border-box;
}
.show_case_xgcp .content .pro_item .over img {
  height: 100%;
  width: auto;
}
.show_case_xgcp .content .pro_item .desc {
  padding: 1.25rem 1.4375rem 2.5rem;
}
.show_case_xgcp .content .pro_item .desc .tag {
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.25rem;
  background: #0077BF;
  display: inline-block;
  padding: 0.375rem 0.6875rem 0.3125rem;
}
.show_case_xgcp .content .pro_item .desc h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 1.5625rem;
}
.show_case_xgcp .content .pro_item .desc .more {
  color: #959595;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  /* 175% */
}
.list_service_case {
  padding-top: 7.25rem;
  padding-bottom: 5.25rem;
}
.list_service_case .content {
  padding-bottom: 4.375rem;
  overflow: hidden;
}
.list_service_case .content .caseswiper {
  margin: 3.125rem -1.25rem 0;
}
.list_service_case .content .caseslide {
  margin: 0 1.25rem;
}
.list_service_case .content .caseslide .over {
  border-radius: 1.25rem;
  height: 18.75rem;
}
.list_service_case .content .caseslide .over img {
  height: 100%;
  object-fit: cover;
}
.list_service_case .content .caseslide .txt {
  padding-top: 1.25rem;
  text-align: center;
}
.list_service_case .content .caseslide .txt p {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
}
.list_hbgj_case {
  background: #F2F7FA;
  padding-top: 7.375rem;
  padding-bottom: 7.875rem;
}
.list_hbgj_case .txt {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.625rem;
  margin-bottom: 3.75rem;
  /* 155.556% */
}
.list_hbgj_case .caserow {
  border-radius: 1.25rem;
  background: #FFF;
  margin-bottom: 3.125rem;
  align-items: center;
}
.list_hbgj_case .caserow .middle {
  padding: 3.3125rem 2.5625rem 7.1875rem 2.5625rem;
}
.list_hbgj_case .caserow .title {
  position: relative;
}
.list_hbgj_case .caserow .title h3 {
  -webkit-text-stroke: 1px rgba(0, 159, 233, 0.25);
  font-size: 7.5rem;
  font-weight: 700;
  color: transparent;
  font-family: "Roboto";
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
}
.list_hbgj_case .caserow .title h4 {
  color: #000;
  font-size: 2.25rem;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
}
.list_hbgj_case .caserow .desc {
  margin-top: 1.125rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
.list_hbgj_case .caserow .left {
  padding-left: 2.5rem;
}
.list_hbgj_case .caserow .right {
  padding: 3.875rem 1.9375rem 3.8125rem 5.625rem;
}
.list_hbgj_case .caserow .right .over {
  border-radius: 1.25rem;
}
.list_hbgj_case .caserow:nth-child(odd) .left {
  padding-right: 2.5rem;
  order: 2;
}
.list_hbgj_case .caserow:nth-child(odd) .right {
  padding: 3.875rem 5.625rem 3.8125rem 2.5625rem;
}
.list_hbgj_case .caserow:nth-last-child(1) .left {
  order: 1 !important;
}
.list_hbgj_case .caserow:nth-last-child(1) .right {
  order: 2;
}
.list_sh_two {
  background-color: #F2F7FA;
  padding-top: 7.375rem;
  padding-bottom: 7.5rem;
}
.list_sh_three {
  padding-top: 6.6875rem;
  padding-bottom: 7.875rem;
}
.list_sh_three .txt {
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.5625rem;
  /* 155.556% */
}
.list_sh_three .content {
  margin-top: 3.4375rem;
}
.list_sh_three .content .list_sh_three_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.list_sh_three .content .list_sh_three_box .lis_sh_three_i h3 {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  padding-bottom: 1.5rem;
}
.list_sh_three .content .list_sh_three_box .lis_sh_three_i h3::before {
  content: '';
  display: block;
  width: 4rem;
  height: 0.1875rem;
  background: #0077BF;
  position: absolute;
  bottom: 0;
}
.list_sh_three .content .list_sh_three_box .lis_sh_three_i p {
  margin-top: 1.5rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  /* 155.556% */
}
.list_sh_three .content .list_sh_three_box .lis_sh_three_i:nth-child(1) {
  border-right: 1px dashed rgba(0, 0, 0, 0.2);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 4.0625rem 3.375rem 7.5rem 0;
}
.list_sh_three .content .list_sh_three_box .lis_sh_three_i:nth-child(2) {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 4.0625rem 0 7.5rem 3.25rem;
}
.list_sh_three .content .list_sh_three_box .lis_sh_three_i:nth-child(3) {
  border-right: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 4.0625rem 3.375rem 5.8125rem 0;
}
.list_sh_three .content .list_sh_three_box .lis_sh_three_i:nth-child(4) {
  padding: 4.0625rem 0 5.8125rem 3.25rem;
}
.news_box {
  background-color: #F2F7FA;
}
.news_box .swipernews {
  overflow: hidden;
  padding-bottom: 5rem;
}
.news_box .swipernews .news_new_box {
  overflow: hidden;
  display: flex;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0.25rem 1.125rem 0px rgba(0, 0, 0, 0.06);
}
.news_box .swipernews .news_new_box .left {
  width: 47%;
}
.news_box .swipernews .news_new_box .left .img {
  height: 100%;
}
.news_box .swipernews .news_new_box .left .img .over {
  height: 100%;
}
.news_box .swipernews .news_new_box .left .img .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_box .swipernews .news_new_box .right {
  width: 53%;
}
.news_box .swipernews .news_new_box .right .newstxt {
  padding: 3.875rem 2rem 3.625rem 4.375rem;
}
.news_box .swipernews .news_new_box .right .newstxt .time {
  margin-bottom: 1.6875rem;
}
.news_box .swipernews .news_new_box .right .newstxt .time h3 {
  color: #0077BF;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.news_box .swipernews .news_new_box .right .newstxt .time p {
  color: #0077BF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.news_box .swipernews .news_new_box .right .newstxt h3 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.news_box .swipernews .news_new_box .right .newstxt .p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  /* 175% */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.75rem;
  /* 162.5% */
}
.news_box .swipernews .news_new_box .right .newstxt .p1 {
  color: rgba(0, 0, 0, 0.23);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 3.125rem;
  /* 175% */
}
.yyhy_content .yyhy_con {
  margin-bottom: 1.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}
.yyhy_content .yyhy_con .yyhy_item .over {
  height: 21.25rem;
  border-radius: 1.25rem;
}
.yyhy_content .yyhy_con .yyhy_item .over img {
  height: 100%;
  object-fit: cover;
}
.yyhy_content .yyhy_con .yyhy_item .text {
  padding: 1.875rem 0 0;
}
.yyhy_content .yyhy_con .yyhy_item .text h3 {
  font-size: 1.125rem;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.yyhy_content .yyhy_con .yyhy_item .text p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.yyhy_content .yyhy_con .yyhy_item .time {
  margin-top: 1rem;
}
.yyhy_content .yyhy_con .yyhy_item .time p {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.yyhy_content .yyhy_con .yyhy_item:hover .text h3 {
  color: #0077BF;
}
.yyhy_content .yyhy_con .yyhy_item:hover .text p {
  color: #0077BF;
}
.yyhy_content .yyhy_con .yyhy_item:hover .time p {
  color: #0077BF;
}
.news_show_box .left {
  padding-right: 5.625rem;
}
.news_show_box .left .title {
  margin-bottom: 2.5rem;
}
.news_show_box .left .title h3 {
  color: #000;
  font-size: 2.25rem;
  font-weight: 700;
}
.news_show_box .left .title p {
  color: #999;
  font-size: 1.125rem;
  font-weight: 400;
  /* 175% */
}
.news_show_box .left .content {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 2.125rem 0 4.375rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-align: justify;
}
.news_show_box .left .content img {
  width: 100%;
}
.news_show_box .left .shangxia p,
.news_show_box .left .shangxia a {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  /* 175% */
  letter-spacing: 0.8px;
}
.news_show_box .right .title h3 {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75rem;
  /* 100% */
  letter-spacing: 0.0875rem;
}
.news_show_box .right ul li {
  padding: 1.875rem 0 1.4375rem;
  border-bottom: 1px solid #DBDBDB;
}
.news_show_box .right ul li .img {
  display: none;
}
.news_show_box .right ul li h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
}
.news_show_box .right ul li p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.625rem;
}
.news_show_box .right ul li .p1 {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  /* 175% */
  margin-top: 0.9375rem;
}
.news_show_box .right ul li:nth-child(1) .img {
  display: block;
}
.news_show_box .right ul li:nth-child(1) h3 {
  margin-top: 1.5625rem;
}
.news_show_box .right ul li:hover {
  cursor: pointer;
}
.news_show_box .right ul li:hover h3,
.news_show_box .right ul li:hover p {
  color: #0077BF;
}
.news_show_box .right ul li:hover .img .over img {
  transform: scale(1.1);
}
.borra {
  border-radius: 1.25rem;
  overflow: hidden;
}
.list_contact {
  padding-top: 6.75rem;
  padding-bottom: 5.625rem;
  background: #F8F8F8;
}
.list_contact .content {
  margin-top: 2.5rem;
  display: flex;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #fff;
}
.list_contact .content .left {
  width: 50%;
  background-image: url('../img/conbg.png');
  background-size: cover;
  padding: 5.875rem 4.6875rem;
}
.list_contact .content .left h2 {
  color: #FFF;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.list_contact .content .left .desc p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1.125rem;
}
.list_contact .content .left .desc h3 {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
.list_contact .content .left .desc ul li {
  display: flex;
  align-items: center;
  margin-top: 1.375rem;
}
.list_contact .content .left .desc ul li .img {
  width: 2.75rem;
  margin-right: 0.5625rem;
}
.list_contact .content .left .desc ul li .txt {
  flex: 1;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.5rem;
  /* 222.222% */
}
.list_contact .content .right {
  width: 50%;
  padding: 5.875rem 5.25rem 6.0625rem 4.375rem;
}
.list_contact .content .right .title h3 {
  color: #0077BF;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2rem;
  /* 106.667% */
}
.list_contact .content .right .title p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 0.75rem;
  /* 177.778% */
}
.list_contact .content .right .lx_cont2 .inpt {
  width: 100%;
  margin-top: 1.25rem;
}
.list_contact .content .right .lx_cont2 input {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 1em;
  font-size: 1rem;
  line-height: 3.125rem;
  border-radius: 0.625rem;
}
.list_contact .content .right .lx_cont2 textarea {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.75em 1em;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0.75rem;
  display: block;
}
.list_contact .content .right .lx_cont2 .div_aghgha {
  margin-top: 1.9375rem;
}
.list_contact .content .right .lx_cont2 .div_aghgha .more-b {
  display: inline-block;
  width: 8.75rem;
  height: 3rem;
  background: #0077BF;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.6em;
  font-weight: 400;
  border: unset;
  transition: all 0.4s;
  border-radius: 0.625rem;
}
.list_contact .content .right .lx_cont2 .div_aghgha .more-b:hover {
  background: #2c3570;
  transition: all 0.4s;
}
.contact_map {
  height: 43.75rem;
  width: 100%;
}
.list_team {
  padding-top: 6.75rem;
  padding-bottom: 5rem;
}
.list_team .content {
  margin-top: 3.125rem;
}
.list_team .content .index_one_proswiper {
  overflow: hidden;
  padding-bottom: 5rem;
}
.list_team .content .index_one_proswiper .team_slide {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}
.list_team .content .index_one_proswiper .team_slide .team_item {
  border-radius: 1.25rem;
  overflow: hidden;
}
.list_team .content .index_one_proswiper .team_slide .team_item:nth-child(3) {
  grid-row: 1/3;
  grid-column: 2/2;
}
.list_join {
  background: #F2F7FA;
  padding-top: 6.6875rem;
  padding-bottom: 3.1875rem;
}
.list_join .txt {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 2.125rem;
}
.list_join .content {
  margin-top: 2.375rem;
}
.list_join .content .joio_box .join_list {
  margin-bottom: 1.25rem;
}
.list_join .content .joio_box .join_list .top {
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.375rem 1.625rem 1.3125rem 1.8125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join .content .joio_box .join_list .top .left h3 {
  color: #0077BF;
  font-size: 1.125rem;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join .content .joio_box .join_list .top .left p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.125rem;
  margin-top: 0.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join .content .joio_box .join_list .top .right i {
  font-size: 1.25rem;
  color: #101010;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join .content .joio_box .join_list .top .right i.fanzhuan {
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join .content .joio_box .join_list .top:hover {
  cursor: pointer;
  background: #0077BF;
}
.list_join .content .joio_box .join_list .top:hover .left h3,
.list_join .content .joio_box .join_list .top:hover .left p {
  color: #fff;
}
.list_join .content .joio_box .join_list .top:hover .right i {
  color: #fff;
}
.list_join .content .joio_box .join_list .top.active {
  background: #0077BF;
  border-radius: unset;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
.list_join .content .joio_box .join_list .top.active .left h3,
.list_join .content .joio_box .join_list .top.active .left p {
  color: #fff;
}
.list_join .content .joio_box .join_list .top.active .right i {
  color: #fff;
}
.list_join .content .joio_box .join_list .bottom.active {
  display: block;
}
.list_join .content .joio_box .join_list .bottom {
  display: none;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(0, 0, 0, 0.04);
  padding: 0.3125rem 2.875rem 3.25rem 1.8125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join .content .joio_box .join_list .bottom h3 {
  color: #0077BF;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
  margin-top: 1.875rem;
}
.list_join .content .joio_box .join_list .bottom p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  /* 175% */
}
.list_about_one {
  padding-top: 6.625rem;
  padding-bottom: 5.625rem;
}
.list_about_one .content .desc {
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
.list_about_one .content .over {
  border-radius: 1.25rem;
  overflow: hidden;
}
.about_num {
  background-color: #0077BF;
}
.about_num .index_about_num {
  display: flex;
  justify-content: space-between;
  padding: 3.4375rem 0;
}
.about_num .index_about_num .index_about_num_li h3 {
  width: 12.5rem;
}
.about_num .index_about_num .index_about_num_li h3 span {
  color: #FFF;
  font-size: 3.75rem;
  font-weight: 700;
}
.about_num .index_about_num .index_about_num_li h3 sup {
  color: #FFF;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  top: -1.8em;
  /* 162.5% */
}
.about_num .index_about_num .index_about_num_li p {
  color: #FFF;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
.about_three {
  padding-bottom: 9.375rem;
  background-image: url('../img/hisbg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about_three .content .Swiper_history {
  overflow: hidden;
}
.about_three .content .Swiper_history .swiper-pagination-bullet {
  margin: 0 !important;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.about_three .content .Swiper_history .swiper-pagination {
  display: flex;
  justify-content: space-around;
  position: absolute;
  z-index: 99;
}
.about_three .content .Swiper_history .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
}
.about_three .content .Swiper_history .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: '';
  width: 2.1875rem;
  height: 2.1875rem;
  display: block;
  border-radius: 50%;
  border: 2px solid #0077BF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_three .content .Swiper_history .swiper-pagination2 {
  width: 100%;
  height: 0.3125rem;
  position: absolute;
  border-radius: 5px;
  border-bottom: 1px dashed #c8c8c8;
  bottom: 1.0625rem;
  z-index: 3;
}
.about_three .content .Swiper_history .swiper-pagination2 .pagin2_num {
  justify-content: space-around;
}
.about_three .content .Swiper_history .swiper-pagination2 .pagin2_num .pagin2_num_li {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.625rem;
  line-height: 2rem;
  padding-top: 2.5rem;
}
.about_three .content .Swiper_history .swiper-pagination2 .pagin2_num .pagin2_num_li.active {
  font-size: 2.125rem;
  color: #0077BF;
  font-weight: 600;
}
.about_three .content .Swiper_history .history_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_three .content .Swiper_history .history_box .left {
  width: 40%;
}
.about_three .content .Swiper_history .history_box .right {
  width: 60%;
  padding-left: 3.75rem;
}
.about_three .content .Swiper_history .history_box .right h3 {
  color: #0077BF;
  font-size: 7.5rem;
  font-weight: 700;
}
.about_three .content .Swiper_history .history_box .right p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 1.25rem;
}
.about_three .content .Swiper_history .swiper-button-prev,
.about_three .content .Swiper_history .swiper-container-rtl .swiper-button-next {
  background-image: unset;
  left: 0%;
  right: auto;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  top: unset;
  bottom: -0.625rem;
}
.about_three .content .Swiper_history .swiper-button-prev i,
.about_three .content .Swiper_history .swiper-container-rtl .swiper-button-next i {
  font-weight: 400;
  font-size: 1.625rem;
  color: #000000;
  line-height: 3.5rem;
}
.about_three .content .Swiper_history .swiper-button-next.swiper-button-disabled,
.about_three .content .Swiper_history .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.about_three .content .Swiper_history .swiper-button-next,
.about_three .content .Swiper_history .swiper-container-rtl .swiper-button-prev {
  background-image: unset;
  left: auto;
  right: 0%;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  top: unset;
  bottom: -0.625rem;
}
.about_three .content .Swiper_history .swiper-button-next i,
.about_three .content .Swiper_history .swiper-container-rtl .swiper-button-prev i {
  font-size: 1.625rem;
  color: #000000;
  line-height: 3.5rem;
  font-weight: 400;
}
.about_three .content .history_ul .history_li {
  margin-top: 15px;
}
.about_three .content .history_ul .history_li h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0077BF;
}
.about_three .content .history_ul .history_li p {
  font-size: 14px;
}
.about_four {
  background-image: url('../img/zzbg.jpg');
  background-size: 100% 50%;
  background-repeat: no-repeat;
}
.about_four .top .numcount {
  width: 50%;
}
.about_four .top .numcount .num_item h3 {
  width: 6.25rem;
}
.about_four .top .numcount .num_item h3 span {
  color: #FFF;
  font-size: 3.75rem;
  font-weight: 700;
}
.about_four .top .numcount .num_item h3 sup {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 400;
  top: -1.1em;
}
.about_four .top .numcount .num_item p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
.about_four .content {
  overflow: hidden;
  margin: 4.375rem -1.25rem 0;
  padding-bottom: 4.375rem;
}
.about_four .content .swiperjszz .jszz {
  margin: 0 1.25rem;
}
.about_four .content .swiperjszz .jszz .img {
  padding: 3rem 1.125rem;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(0, 0, 0, 0.06);
}
.about_four .content .swiperjszz .jszz .txt {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  margin-top: 2.3125rem;
}
.about_six {
  background-image: url('../img/honorbg.jpg');
  background-size: 100% 50%;
  background-repeat: no-repeat;
}
.about_six .content {
  overflow: hidden;
  margin: 4.375rem -1.25rem 0;
  padding-bottom: 4.375rem;
}
.about_six .content .swiperjszz .jszz {
  margin: 0 1.25rem;
  padding: 1.125rem;
  background: #FFF;
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(0, 0, 0, 0.06);
  border-radius: 1.25rem;
}
.about_seven {
  background-image: url('../img/casebg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 6.625rem;
  padding-bottom: 4.375rem;
}
.about_seven .content {
  overflow: hidden;
}
.about_seven .content .swipercase {
  margin: 3.125rem -0.875rem 0;
}
.about_seven .content .swipercase .img {
  margin: 0 0.875rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.about_seven .content .swipercase .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.about_seven .content .swipercase .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.about_seven .content .case_box ul li {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.5;
  position: relative;
  padding-left: 1.25rem;
  margin: 0.9375rem 0;
  text-align: justify;
}
.about_seven .content .case_box ul li::before {
  content: '';
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.625rem;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
